-- card: 4713 from stack: in.1 Demo -- bmap block id: 2277 -- flags: 0000 -- background id: 2635 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=19 right=50 bottom=12 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delay ----- HyperTalk script ----- on mouseUp if the optionKey is down then GiveHelp "Delay " else pass mouseUp end mouseUp on mousedown if the optionKey is up then pass mouseDown end mouseDown -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=55 right=86 bottom=12 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Beep ----- HyperTalk script ----- on mouseUp if the optionKey is down then GiveHelp "Beep " else pass mouseUp end mouseUp on mousedown if the optionKey is up then pass mouseDown end mouseDown -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=89 right=120 bottom=12 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: LockScreen ----- HyperTalk script ----- on mouseUp if the optionKey is down then GiveHelp "LockScreen " else pass mouseUp end mouseUp on mousedown if the optionKey is up then pass mouseDown end mouseDown -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=123 right=154 bottom=12 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Opener ----- HyperTalk script ----- on mouseUp if the optionKey is down then GiveHelp "On OpenCard " else pass mouseUp end mouseUp on mousedown if the optionKey is up then pass mouseDown end mouseDown -- part 5 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=16 top=12 right=45 bottom=487 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 91 -- text size: 24 -- style flags: 0 -- line height: 32 -- part name: Title -- part 6 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=16 top=48 right=305 bottom=487 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 91 -- text size: 24 -- style flags: 0 -- line height: 32 -- part name: body -- part 7 (field) -- low flags: 01 -- high flags: 2002 -- rect: left=340 top=279 right=302 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Rectangle -- part 8 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=233 top=42 right=274 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: PopUp 9 -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=340 top=279 right=302 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: PopItUp ----- HyperTalk script ----- on mouseUp if the optionKey is down then GiveHelp "PopUp " else pass mouseUp end mouseUp on mousedown if the optionKey is up then pass mouseDown end mouseDown -- part contents for background part 283 ----- text ----- 2 -- part contents for background part 33 ----- text ----- scroll left slowly to card scroll right slowly to card -- part contents for background part 142 ----- text ----- Opener body PopUp 9 PopItUp -- part contents for card part 5 ----- text ----- Some Kinds of Text Fields -- part contents for card part 6 ----- text ----- • Title fields (with line, as above) • Body fields (e.g. this field) • FullSlide fields (cover area of Title + Body) • AutoScrolling fields (see previous slide) • PopUp fields (see previous slide) • Rectangle fields (e.g. "About this Slide…") • Other kinds (see next slide) -- part contents for card part 7 ----- text ----- About This Slide… -- part contents for background part 125 ----- text ----- 8 -- part contents for card part 8 ----- text ----- STEPS IN MAKING THIS SLIDE: • Create Title Field • Enter title • Create Body field • Enter text • Create Rectangle field • Enter "About This Slide…" • Create PopUp field • Resize its button over Rectangle field • Enter text in PopUp field • Reset slide • Make Next Slide